home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem ** Converts and renders DIAM.3DS with POV-Ray. This sample only works **
- rem ** with POV-Ray 2.0. You could probably convert it to work with 1.0 **
- rem ** but it wouldn't look very good since POV-Ray 1.0 doesn't support **
- rem ** TIR (total internal reflection). **
-
- 3ds2pov diam -s0 -ldiammtl.inc
- povray -idiam.pov -odiam.tga -w320 -h200 -a
-